home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 July / Designer's Club 1998 July.iso / mac / Idea Source® / Main.Dir / 00099_hidehelp.ls < prev    next >
Encoding:
Text File  |  1998-05-20  |  212 b   |  10 lines

  1. on mouseDown
  2.   puppetSound(2, "hlp ME")
  3.   repeat while the mouseDown
  4.     set the visible of sprite the clickOn to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite the clickOn to 1
  8.   updateStage()
  9. end
  10.